Package | Description |
---|---|
oracle.pg.nosql |
This package contains the logic specific to the property graph support on Oracle NoSQL Database.
|
Modifier and Type | Method and Description |
---|---|
EdgeFilterCallback |
OraclePropertyGraph.getEdgeFilterCallback()
Get the EdgeFilterCallback associated to this property graph
|
Modifier and Type | Method and Description |
---|---|
Iterable<Edge> |
OraclePropertyGraph.getEdges(String[] keys, EdgeFilterCallback efc)
Return an iterable to all the edges in the graph that have at least one of the keys.
|
Iterable<Edge> |
OraclePropertyGraph.getEdges(String[] keys, EdgeFilterCallback efc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Return an iterable to all the edges in the graph that have at least one of the keys.
|
Iterable<Edge>[] |
OraclePropertyGraph.getEdgesPartitioned(oracle.kv.KVStoreConfig[] kvcArray, boolean bSkipStoreToCache, int iStartSplitID, String[] keys, EdgeFilterCallback efc)
Return an array of iterables to the edges that have at least one of the keys
|
Iterable<Edge>[] |
OraclePropertyGraph.getEdgesPartitioned(oracle.kv.KVStoreConfig[] kvcArray, boolean bSkipStoreToCache, int iStartSplitID, String[] keys, EdgeFilterCallback efc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Return an array of iterables to the edges that have at least one of the keys
|
Iterable<Edge>[] |
OraclePropertyGraph.getEdgesWithCustomizedParallelTableScan(String[] keys, EdgeFilterCallback efc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Return an iterable of edges in the graph that have at least one of the keys
|
Iterable<Edge> |
OraclePropertyGraph.getEdgesWithDefaultParallelTableScan(String[] keys, EdgeFilterCallback efc)
Return an iterable to all the edges in the graph that have at least one of the keys
|
Iterable<Edge> |
OraclePropertyGraph.getEdgesWithDefaultParallelTableScan(String[] keys, EdgeFilterCallback efc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Return an iterable to all the edges in the graph that have at least one of the keys
|
void |
OraclePropertyGraph.setEdgeFilterCallback(EdgeFilterCallback efc)
Set the default EdgeFilterCallback associated to this property graph
|
Copyright © 2015 Oracle and/or its afflilates. All Rights Reserved.